projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0952210
)
[!SYSTEM_MALLOC] (MEMMOVE_MISSING): Defined.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 28 Nov 1993 11:32:00 +0000
(11:32 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 28 Nov 1993 11:32:00 +0000
(11:32 +0000)
src/s/sunos413.h
patch
|
blob
|
history
diff --git
a/src/s/sunos413.h
b/src/s/sunos413.h
index f5d1ab11a7ff9e116ba4a579f780c8098ad60bd0..1ee0969eedf77c6cc0edd405bc25b4b835b46388 100644
(file)
--- a/
src/s/sunos413.h
+++ b/
src/s/sunos413.h
@@
-16,3
+16,8
@@
/* This enables some #undefs in systty.h. */
#define BSD_TERMIOS
#endif
+
+/* barrie@calvin.demon.co.uk says memmove is missing. */
+#ifndef SYSTEM_MALLOC
+#define MEMMOVE_MISSING
+#endif